home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 7 / zmod400.zip / ZMODEM.DOC next >
Text File  |  1990-09-09  |  5KB  |  149 lines

  1.           Zmodem            Technical Reference Manual          Page 1
  2.  
  3.                                     Zmodem
  4.  
  5.          Zmodem   has  a built in communications manager  and  doesn't
  6.          need  any  type of fossil, in fact you should make  sure  you
  7.          turn  the  fossil  OFF if running it on a  BBS  that  uses  a
  8.          fossil.
  9.  
  10.          Zmodem requires a number of command line switches:
  11.                               -B, -P, {-R or -F}
  12.          -@ <filename>, Can be a text file listing the files to  Send.
  13.                         One  filename  per line, unlimited  number  of
  14.                         lines. This is to used in place of -F.
  15.          -B <Baud Rate>
  16.          -P <Port Number>
  17.          -L <Serial Lock Rate>
  18.          -R Receive files
  19.          -U  Drive:path,  directs that all files  received  should  be
  20.                           stored on this drive and in this  directory.
  21.                           This  switch  is primaryly  for  NON-OSIRIS,
  22.                           NON-QT  systems. Osiris takes care  of  this
  23.                           internally  and  this switch should  NOT  be
  24.                           used.
  25.  
  26.          Example: -U C:\uploads
  27.                   -U D:\files\temp
  28.                   -U D:
  29.  
  30.          Do NOT end the path with a backslash "\"
  31.  
  32.          Illegal -U settings would be C:\
  33.                                       C:\uploads\
  34.                                       D:\files\temp\
  35.  
  36.          -F <Filenames>
  37.          -K Keep interrupted transfers (Do not use if running on a BBS)
  38.          -N x, with x being the node number in use. For use on Osiris
  39.                CBIS  systems only.  Zmodem will show the name  of  the
  40.                caller as well as where he's from if this switch is used.
  41.  
  42.          -B,  supported baud rates 300 - 115,200 Baud.
  43.          -P,  Supported  Com  Ports, COM 1, COM  2, COM 3, and COM 4.
  44.          -L,  Supported Locked Baud Rates, 300 - 115200 Baud.
  45.          -F,  As  many as DOS allows. Full drive, path,  and  filename
  46.               supported.
  47.  
  48.                    NOTE:   -R  or   -F  MUST  be  the   last
  49.                    parameter on the command line. As soon as
  50.                    Zmodem encounters either one of these two
  51.                    switches, it will begin to either Receive
  52.                    or Send.
  53.  
  54.  
  55.  
  56.            Zmodem            Technical Reference Manual          Page 2
  57.  
  58.          There must be one at least blank space between The switch and
  59.          the parameter..ie. -B<BLANK>2400
  60.  
  61.          The -L switch is only for those that do not have COMx= set in
  62.          the environment. If your running Osiris then Zmodem will  use
  63.          the COMx= automatically.
  64.  
  65.          Sample Osiris Command line (protocol control file)
  66.  
  67.          Send : -N *N -B *B -P *P -F *F
  68.          RCV  : -N *N -B *B -P *P -R
  69.  
  70.          QuickTerm (protocol control file definitions)
  71.  
  72.          Send : -B *B -P *P -F *F
  73.          RCV  : -K -B *B -P *P -R
  74.  
  75.  
  76.                             Items to watch out for
  77.  
  78.          Zmodem  has it's own built in commucation driver.  Having  an
  79.          ACTIVE   fossil  may  cause  system  lockups,  sessions   not
  80.          starting,  and  other possiblities. Make sure  you  have  the
  81.          fossil turned off if your running one.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.          Zmodem            Technical Reference Manual         Page  3
  112.  
  113.          Zmodem  may be freely used by Osiris Owners.  If you do NOT
  114.          own Osiris, Zmodem must be purchased.
  115.  
  116.          The price is 15 dollars (US Currency).
  117.  
  118.                                    Mail to :
  119.  
  120.                               Micro TECH Systems
  121.                              555 North Spring, #39
  122.                            Cape Girardeau Mo. 63701
  123.  
  124.                                Revision History
  125.  
  126.                                    ver 4.00
  127.  
  128.          New display screen like the one in Tmodem.
  129.  
  130.          NOTE:  Batch display  when in  Receive Mode  may not always
  131.          display the batch status.
  132.  
  133.          Only  Zmodem drivers  that support this feature will supply
  134.          batch information. Zmodem.exe and DSZ are the only two that
  135.          I know of  at this moment  that do. If  the sender  doesn't
  136.          support batch information, the display will remain blank.
  137.  
  138.          Added EFFx.LOG for Osiris Systems.
  139.  
  140.                                    ver 3.00
  141.  
  142.          Allowing  Zmodem to be used on non-Osiris systems.
  143.  
  144.          If  OSIRIS=  is not set, Zmodem will assume an alien  BBS  or
  145.          Terminal  program  and  switch  to  NON-COMPORT.DAT   status.
  146.          Meaning  it'll  used the standard com  port  definitions  for
  147.          COM1,  2, 3, and 4. Baring in mind that 3 and 4 have no  real
  148.          standard.
  149.